search for: start_posit

Displaying 2 results from an estimated 2 matches for "start_posit".

Did you mean: start_pos
2011 Nov 06
2
Correlation analysis
Hi everyone, I am new to R-project. I did search through the list for my problem but i can't find it. I am sorry if this question has been asked. I would like to perform a correlation analysis between a hiv data and gene expression. Basically, i have a file that contains: hiv_name, start_position, end_position, chromosome. I would like to see if these data has anything to do with the location of our genes (I also have another file contains gene_name, start_position, end_position, chromosome). What functions that allow me to do this? I am very new to R and hopefully someone can guide me...
2009 Jun 16
1
Error using getBM() to query BioMart archives
...the available attributes and filters just fine, but when I attempt to actually retrieve data using getBM() I receive the following error: > genes<-getBM(attributes=c("ensembl_gene_id", "external_gene_id", "description", "chromosome_name", "start_position", "transcript_start"), + filters=c("chromosome_name","start","end"), + values=list(12,40000000,70000000), + mart=mart) Error in listFilters(mart, what = "type") : The function argument 'what' contains an invalid value: type Valid...